-
Notifications
You must be signed in to change notification settings - Fork 5
bpf: Use rcu_read_lock_dont_migrate() and and rcu_read_unlock_migrate() #6098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpf: Use rcu_read_lock_dont_migrate() and and rcu_read_unlock_migrate() #6098
Conversation
|
Upstream branch: de73422 |
ce3f403 to
879ec96
Compare
|
Upstream branch: 2486138 |
9a77388 to
5efaf2a
Compare
879ec96 to
2a180ed
Compare
|
Upstream branch: de73422 |
5efaf2a to
c071038
Compare
|
Upstream branch: None |
c071038 to
64fd06d
Compare
|
Upstream branch: None |
64fd06d to
2ff1952
Compare
Replace the combination of migrate_disable()/migrate_enable() and rcu_read_lock()/rcu_read_unlock() with rcu_read_lock_dont_migrate()/rcu_read_unlock_migrate() in bpf_sk_storage.c. Signed-off-by: Fushuai Wang <[email protected]>
|
Upstream branch: None |
2ff1952 to
ff84841
Compare
|
This is a test comment. AI review job summary: https://github.com/kernel-patches/bpf/actions/runs/18300969155 In-Reply-To-Subject: Inline review: |
|
Forwarding comment 3378054565 via email |
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=1008524 irrelevant now. Closing PR. |
Pull request for series with
subject: bpf: Use rcu_read_lock_dont_migrate() and and rcu_read_unlock_migrate()
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=1008524